img{
	max-width: 100%;
	height:auto;
	vertical-align: middle;
}
*{
	box-sizing: border-box;
}
u{
	text-decoration: none;
}
a{
	color:#333;
}
.container{
	width:1280px;
	margin-left:auto;
	margin-right: auto;
}
@media only screen and (max-width:1280px){
	.container{
		width:94%;
		margin-left:3%;
		margin-right:3%;
	}
}

/**nav begin**/
.nav{
	line-height: 80px;
	background-color: #fff;
	position: relative;
}
.nav .logo{
	float:left;
	width: 13%;
}
.nav .center{
	padding-left: 5%;
	width: 63%;
	float:left;
}
.nav .center li>ul{
	width: 183px;
	text-align: center;
	display: block;
	position: absolute;
	left:0;
	top: 80px;
	line-height: 52px;
	background-color: #f6f7f8;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	
}
.nav .center>li:hover ul{
	opacity: 1;
	z-index: 2;
}
.nav .center>li ul::before{
	content:"";
	display: block;
	width: 0;
	height: 4px;
	background-color: #d29e30;
	position: absolute;
	left:0;
	top:-4px;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}
.nav .center>li:hover ul::before{
	width: 100%;
}
.nav .center>li>ul li{
	text-align: left;
	border-bottom: 1px dashed #adaeae;
}
.nav .center>li>ul li a{
	display: block;
	line-height: 1.3em;
	padding: 13px 20px 13px 50px;
}
.nav .center>li>ul li span{
	position: relative;
}
.nav .center li>ul li a:hover span::after{
	content:"";
	width: 15px;
	height: 10px;
	display: block;
	background: url(/repository/image/f7249aa8-e137-41cb-ac83-916e1ca5038d.png) no-repeat center;
	position: absolute;
	right:-25px;
	top:50%;
	margin-top:-5px;
}
.nav .center li>ul li:last-child{
	border:0 none;
}
.nav .center>li{
	float:left;
	padding:0 10px;
	position: relative;
}
.nav .center>li>a{
	font-weight: bold;
}
.nav .center>li a:hover{
	color:#d29e30;
}
.nav .right{
	width: 24%;
	line-height: 20px;
	float:right;
	margin-top:22px;
}
.nav .right .search{
	float:left;
	line-height: 24px;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-top:8px;
}

.nav .right input{
	width: 0;
	position: absolute;
	right:25px;
	top:-3px;
	border:0px solid #dfdfdf;
	padding:0;
	height: 30px;
	line-height: 30px;
	text-indent: 0.5em;
	transition:all 0.7s;
	border-radius: 20px;
}
.nav .right .login{
	float:left;
	line-height: 36px;
	background-color: #b2b2b2;
	padding:0 20px;
	color:#fff;
	border-radius: 20px;
	margin:0 12px 0 30px;
}
.nav .right .login a{
	color:#fff;
}
.nav .right .login a:hover{
	text-decoration: underline;
}
.nav .right .select{
	line-height: 28px;
	float:left;
	padding-right: 20px;
	position: relative;
	cursor: pointer;
	font-size: 14px;
	margin-top: 5px;
	padding-bottom: 25px;
}

.nav .right .select span{
	display: block;
	background: url(/repository/image/5b40a686-417f-49bc-b1f7-59599e41de41.png) no-repeat center;
	width: 13px;
	height: 10px;
	position: absolute;
	right:0;
	top:9px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.nav .right .select:hover span{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}
.nav .right .select:hover ul{
	top:52px;
	opacity: 1;
	z-index: 2;
	
}
.nav .right .select ul{
	opacity: 0;
	line-height: 36px;
	position: absolute;
	text-align: center;
	border-top: 2px solid #dfb146;
	background-color: #fff;
	top:42px;
	z-index: -1;
	width: 150px;
	left:50%;
	margin-left: -75px;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.nav .right .select li:hover a{
	color:#d29e30;
}
 .nav .right .search:hover input{
 	width: 260px;
 	border-width: 1px;
 }
#nav_btn{
	display: none;
}
@media only screen and (max-width:1280px){
	.nav .logo {
	    width: 60%;
	}
	.nav .right .login{
		display: none;
	}
	.nav .right .select{
		display: none;
	}
	.nav .right{
		width: 120px;
		position: absolute;
	    right: 0;
	    top: 0;
	}
	.nav .right .search {
	   padding-left:0;
      margin-top:10px
	}
	.nav .center{
		width: 100%;
		height: 100%;
		padding:0;
		position: fixed;
		left:0;
		top:80px;
		z-index: 99999;
		background: rgba(255,255,255,0.9);
		display: none;
	}
	.nav .center>li{
		width: 100%;
		padding:0 30px;
		line-height: 50px;
	}
	.nav .center>li>span{
		position: absolute;
		right:30px;
		top:0;
		width: 50px;
		height: 50px;
		background: url(/repository/image/f7249aa8-e137-41cb-ac83-916e1ca5038d.png) no-repeat center;
	}
	.nav .center>li>a{
		display: block;
		border-bottom: 1px dashed #ddd;
	}
	.nav .center li>ul{
		opacity: 1!important;
		z-index: 2;
		width: 100%;
		display: none;
		position: relative;
		top:0;
		line-height: 50px;
	}
	.nav .center>li ul::before{
		display: none;
	}
  
  .nav .right .search input{display:none}
  
	#nav_btn{
		display: block!important;
		position: absolute;
	    right: 3%;
	    top: 50%;
	    transform: translateY(-50%);
	    z-index: 9999;
	}
	#nav_btn span {
	    display: block;
	    width: 33px;
	    height: 4px;
	    background: #000;
	    position: relative;
	    cursor: pointer;
	}
	#nav_btn span::before, #nav_btn span::after {
	    content: "";
	    width: 33px;
	    height: 4px;
	    background: #000;
	    position: absolute;
	    left: 0;
	    top: 8px;
	    transition: top 0.3s ease 0.3s,transform 0.3s ease-out;
	    transform: rotate(0deg);
	}
	#nav_btn span::after {
	    top: -8px;
	}
	#nav_btn.show span{
	    background: transparent;
	}
	#nav_btn.show span::before,#nav_btn.show span::after{
	    transition:top ease 0.3s,transform 0.3s ease 0.3s;
	    top:0;
	    transform:rotate(42deg);
	}
	#nav_btn.show span::after{
	    transform:rotate(-42deg);
	}
}
@media only screen and (max-width:767px){
	.nav {
	    line-height: 60px;
	}
  
	.nav .logo img{
		max-height: 40px;
	}
	.nav .center{
		top:60px;
	}
	.nav .center>li {
	    padding: 0 10px;
      line-height:46px;
	}
    .nav .center>li>ul li a {
      padding: 10px 20px 10px 50px;
    }
	.nav .right .search {
	    margin-top: 4px;
	}
	.nav .right {
	    margin-top: 18px;
      width:96px
	}
}
/**nav end**/

/**banner begin**/
.banner{
	position: relative;
}
.banner .container{
	position: absolute;
	left:50%;
	top:65%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.banner .container .text{
	text-align: right;
	color:#fff;
}
@media only screen and (max-width:1280px){
	.banner .container{
		left:45%;
	}
}
/**banner end**/


/**breadCrumbs begin**/
.breadCrumbs{
	line-height: 50px;
	margin-top:15px;
}
.breadCrumbs b{
	float:left;
	margin-right: 25px;
}
.breadCrumbs b span{
	display: inline-block;
	font-weight: normal;
}
.breadCrumbs ul{
	width: 90%;
	float: left;
}
.breadCrumbs li{
	float:left;
	padding:0 1.25%;
}
.breadCrumbs li.on a,.breadCrumbs li:hover a{
	color:#d3a031;
}
@media only screen and (max-width:1024px){
	.breadCrumbs ul{
		width: 86%;
	} 
}
@media only screen and (max-width:767px){
	.breadCrumbs{
		display: none;
	} 
}
/**breadCrumbs end**/

.footer{
	padding:3% 0 4%;
	border-top:2px solid #ead8af;
}
.footer .left{
	width: 50%;
	float:left;
}
.footer .left ul{
	padding:7% 0 2%;
}
.footer .left li{
	height: 1em;
	line-height: 1em;
	float:left;
	padding-right: 10px;
	margin-right: 10px;
	border-right:1px solid #999;
}
.footer .left li:last-child{
	padding-right: 0;
	margin-right: 0;
	border-right:0 none;
}
.footer .left li a{
	color:#999;
}
.footer .copyright{
	font-size: 12px;
	float:left;
	width: 100%;
}
.footer .copyright a{
	color:#999;
}
.footer .right{
	width: 50%;
	float:right;
}
.footer .right .wx{
	float:right;
	width: 90px;
  text-align:center;
	margin-left:3%;
	margin-bottom: 3%;
  font-size:12px;
}
.footer .right .wx img{width:100%;}
.footer .bdsharebuttonbox a {
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    width: 28px;
    height: 28px;
    margin-left: 10px;
}
.footer .bdsharebuttonbox a.bds_tsina{background: url(/repository/image/1645e7aa-b3e9-4d54-afd8-d0163d9bd714.png);}
.footer .bdsharebuttonbox a.bds_weixin{background: url(/repository/image/4c32a21e-f052-49f0-983f-26c07ae1fa43.png);}
.footer .bdsharebuttonbox a.bds_fbook{background: url(/repository/image/1abb519b-65f9-4521-95b6-429f4e0260f0.png);}
.footer .bdsharebuttonbox a.bds_twi{background: url(/repository/image/b479ca3b-0bf9-4250-bdf2-bb0772c00157.png);}
.footer .bdsharebuttonbox{display: inline-block;vertical-align: middle;float:right;}
.footer .bdsharebuttonbox a.bds_tsina:hover{background: url(/repository/image/c17d45f2-ec2e-4afc-816f-3614f3834320.png);}
.footer .bdsharebuttonbox a.bds_weixin:hover{background: url(/repository/image/eabdb80d-675a-48c8-b8ec-0317eacc6421.png);}
.footer .bdsharebuttonbox a.bds_fbook:hover{background: url(/repository/image/2f432bde-794b-4aee-b2a9-0a92686a7eae.png);}
.footer .bdsharebuttonbox a.bds_twi:hover{background: url(/repository/image/0ae62568-37a8-472e-81d5-49bf9cd1d6d5.png);}
@media only screen and (max-width:1280px){
	.footer{
		padding:7% 0;
	}

	.footer .copyright{
		padding-top: 3%;
	}
}



.job_top{
	padding:115px 0 90px;
}
.job_top .left{
	
	text-align: justify;
	
}
.job_top .left .title{
	padding:3% 0 3%;
}
.job_top .left p{
	color:#666666;
	line-height: 1.7em;
}
.job_top .right{
	width: 60%;
	float:right;
	padding-top:2%;
   margin-left:5%
}
.job_top a.more{
	float:left;
    width: 150px;
    padding-right: 12px;
    letter-spacing: 5px;
    line-height: 34px;
    display: block;
    text-align: center;
    background: #e6162e url(/repository/image/0a35f5d4-a225-4ba2-9cd5-08e73d8da9c6.png) no-repeat 130px center;
    color: #fff;
    margin-top:3%;
}
@media only screen and (max-width:767px){
	.job_top a.more{
		margin-top:5%!important;
	}
}
/**job_top end**/

/**job_bottom begin**/
.job_bottom{
	padding:60px 0 100px; 
}
.job_bottom .tit{
	margin-bottom: 8%;
}
.job_bottom .tit li{
	width: 17.6%;
	float:left;
	line-height: 48px;
	font-size: 16px;
	text-align: center;
	border: 1px solid #bababa;
	margin:0 3% 1% 0;
	position: relative;
	cursor: pointer;
}
.sale_bottom .tit li{
	width: 48.5%;
}
.sale_bottom .tit li:last-child{
	margin-right: 0;
}
.job_bottom .tit li:nth-child(5n+5){
	margin-right: 0;
}
.job_bottom .tit li:hover,.job_bottom .tit li.on{
	border-color:#e5a928;
	background-color: #e5a928;
	color:#fff;
}
.job_bottom .tit li::after{
	content:"";
	width: 5px;
	height: 9px;
	display: block;
	position: absolute;
	right:5%;
	top:50%;
	margin-top:-4px;
	background: url(/repository/image/a6ccce6c-4661-4035-877e-b53ddd3b0f13.png) no-repeat center;
}
.job_bottom .tit li:hover::after,.job_bottom .tit li.on::after{
	background: url(/repository/image/0a35f5d4-a225-4ba2-9cd5-08e73d8da9c6.png) no-repeat center;
}
.job_bottom .left{
	width: 100%;
	color:#666;
	text-align: justify;
}
.job_bottom a{
	margin-top:2%;
	width: 150px;
	padding-right: 12px;
	letter-spacing: 5px;
	line-height: 34px;
	display: block;
  float:left;
	text-align: center;
	background: #e6162e url(/repository/image/0a35f5d4-a225-4ba2-9cd5-08e73d8da9c6.png) no-repeat 130px center;
	color:#fff;
}
.job_bottom .left .title{
	margin-bottom: 5%;
	color:#333;
}
.job_bottom .right{
	width: 56%;
	float:right;
    margin-left:6%;
    margin-bottom:48px
}
.job_bottom .cnt>div{
	display: none;
	position: relative;
}
.job_bottom .cnt>div:nth-child(1){
	display: block;
}
.job_bottom .cnt1{
	padding:20px 0;
    width:38%;
  float:left
}
.job_bottom .cnt1>div{
	float:left;
	padding-right:4%;
	margin-right:4%;
	line-height: 1em;
	border-right: 1px solid #666666;
	cursor: pointer;
}
.job_bottom .cnt1>div.on{
	color:#e5a928;
}
.job_bottom .cnt1>div:hover{
	color:#e5a928;
}
.job_bottom .cnt1>div:last-child{
	padding-right: 0;
	margin-right: 0;
	border-right:0 none;
}
.job_bottom .cnt_con>div{
	display: none;
}
.job_bottom .cnt_con>div:nth-child(1){
	display: block;
}
.banner img{
	width: 100%;
	height:auto;
	vertical-align: middle;
}
@media only screen and (max-width:1280px){
	.job_top {
	    padding: 7% 0 5%!important;
	}
	.job_bottom .left a{
		position: relative;
		margin-top:3%;
	}
	.job_bottom{
		padding:5% 0 10%;
	}
}
@media only screen and (max-width:1200px){
  .job_bottom .cnt_con{clear:both}
}
@media only screen and (max-width:767px){
	.job_top .left img{
	    width: 50px;
	}
	.job_top .left{
		width: 100%;
		margin-bottom: 5%;
	}
	.job_top .right{
		width: 100%;
		padding-top:0;
      margin-bottom:20px;
      float:none;
      display:block;
      margin-left:0
	}
	.job_bottom .tit li{
		line-height: 32px;
		font-size: 14px;
		margin:0 1% 1%;
	}
	.job_bottom .left{
		width: 100%;
		margin-bottom: 7%;
      float:none;
	}
	.job_bottom .right{
		width: 100%;
		text-align: center;
       float:none;
      margin-left:0
	}
  .job_bottom .cnt1{width:100%}
}